@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,400i,500,500i,700,700i,900,900i%7CRed+Hat+Text:400,400i,500,500i,700,700i&display=swap");
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: transform, opacity;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "\D7";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s linear infinite;
  animation: a 0.8s linear infinite;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
@-webkit-keyframes modal-video {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes modal-video-inner {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translate(0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: translateY(100px);
}
.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}
.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  transform: translate(0);
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:after,
.modal-video-close-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
form {
  position: relative;
  margin-bottom: 80px !important;
  overflow: hidden;
}
form#contact-form .form-group {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
form#contact-form .form-group input,
form#contact-form .form-group textarea {
  width: 100%;
  background: #ededed;
  padding: 10px 25px;
  height: 65px;
  font-size: 16px;
  font-family: Red Hat Text, sans-serif;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: 0.2s;
}
form#contact-form .form-group input:focus,
form#contact-form .form-group textarea:focus {
  outline: none;
}
form#contact-form .form-group input:hover,
form#contact-form .form-group textarea:hover {
  background: #dadada;
  transition: 0.2s;
}
form#contact-form .form-group textarea {
  height: inherit;
  padding: 25px;
  resize: vertical;
}
form#contact-form .form-group .select {
  position: relative;
}
form#contact-form .form-group .select select {
  background: #e1e1df;
  height: 65px;
  line-height: 50px;
  padding: 0 20px 0 28px;
  font-size: 16px;
  font-family: Red Hat Text, sans-serif;
  width: 100%;
  border: none;
  border-radius: inherit;
  -webkit-appearance: none;
  color: #757575;
}
form#contact-form .form-group .select select:focus {
  outline: none;
}
form#contact-form .form-group .select select:hover {
  background: #dadada;
  transition: 0.2s;
}
form#contact-form .form-group .select:after {
  content: "";
  background: url("../assets/img/icon/arrow-red.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
  position: absolute;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 1px;
  opacity: 0.8;
  top: 50%;
  right: 30px;
  transform: rotate(90deg);
  transform: translateY(-50%);
}
form#contact-form .form-group.message-type.error select {
  border: 2px solid #f0474f;
}
form#contact-form .form-group input::-webkit-input-placeholder,
form#contact-form .form-group textarea::-webkit-input-placeholder {
  font-size: 16px;
}
form#contact-form .form-group input::-moz-placeholder,
form#contact-form .form-group textarea::-moz-placeholder {
  font-size: 16px;
}
form#contact-form .form-group input:-ms-input-placeholder,
form#contact-form .form-group textarea:-ms-input-placeholder {
  font-size: 16px;
}
form#contact-form .form-group input::-ms-input-placeholder,
form#contact-form .form-group textarea::-ms-input-placeholder {
  font-size: 16px;
}
form#contact-form .form-group input::placeholder,
form#contact-form .form-group textarea::placeholder {
  font-size: 16px;
}
form#contact-form .form-group.error input,
form#contact-form .form-group.error textarea {
  border: 2px solid #f0474f;
  transition: 0.2s;
}
form#contact-form .form-group.file {
  position: relative;
}
form#contact-form .form-group.file:hover input {
  cursor: pointer;
}
form#contact-form .form-group.file:hover .placeholder {
  background: #dadada;
  transition: 0.2s;
}
form#contact-form .form-group.file input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10;
}
form#contact-form .form-group.file .placeholder {
  font-family: Red Hat Text, sans-serif;
  box-sizing: border-box;
  transition: 0.2s;
  display: block;
  line-height: 45px;
  width: 100%;
  background: #e1e1df;
  border: transparent;
  padding: 10px 25px;
  height: 65px;
  font-size: 16px;
  color: #757575;
}
form#contact-form .form-group.file .placeholder:after {
  content: "";
  background: url("../assets/img/icon/upload.svg") no-repeat;
  background-size: contain;
  width: 28px;
  height: 33px;
  right: 30px;
  top: 18px;
  position: absolute;
  display: inline-block;
}
form#contact-form .form-group.file.error .placeholder {
  border: 2px solid #f0474f;
}
form#contact-form button {
  float: right;
}
#form-messages {
  float: right;
  display: block;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  position: relative;
  width: 100%;
  text-align: right;
}
#form-messages .error,
#form-messages .success {
  position: absolute;
  top: -13px;
  width: 100%;
}
#form-messages .error i,
#form-messages .success i {
  margin-right: 10px;
  color: #7cad5c;
}
#form-messages .success {
  color: #7cad5c;
}
#form-messages .error {
  color: #e22321;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: open_sanslight;
  src: url("../fonts/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans-Light-webfont-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans-Light-webfont.woff") format("woff"),
    url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"),
    url("../fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: open_sans-semibold;
  src: url("../fonts/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/OpenSans-Semibold-webfont-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"),
    url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"),
    url("../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: open_sans-bold;
  src: url("../fonts/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans-Bold-webfont-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans-Bold-webfont.woff") format("woff"),
    url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"),
    url("../fonts/OpenSans-Bold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: constantia-regular;
  src: url("../fonts/constantian.eot");
  src: url("../fonts/constantian-.eot#iefix") format("embedded-opentype"),
    url("../fonts/constantian.woff") format("woff"),
    url("../fonts/constantian.ttf") format("truetype"),
    url("../fonts/constantian.svg#constantia") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: constantia-italic;
  src: url("../fonts/constantiaitalicn.eot");
  src: url("../fonts/constantiaitalicn-.eot#iefix") format("embedded-opentype"),
    url("../fonts/constantiaitalicn.woff") format("woff"),
    url("../fonts/constantiaitalicn.ttf") format("truetype"),
    url("../fonts/constantiaitalicn.svg#constantiaitalic") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: constantia-bold;
  src: url("../fonts/constantia-bold.eot");
  src: url("../fonts/constantia-bold-.eot#iefix") format("embedded-opentype"),
    url("../fonts/constantia-bold.woff") format("woff"),
    url("../fonts/constantia-bold.ttf") format("truetype"),
    url("../fonts/constantia-bold.svg#constantia-bold") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RedHatDisplay;
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Regular.eot");
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Regular-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/RedHatDisplay/RedHatDisplay-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: RedHatDisplay;
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Medium.eot");
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Medium-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/RedHatDisplay/RedHatDisplay-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: RedHatDisplay;
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Bold.eot");
  src: url("../fonts/RedHatDisplay/RedHatDisplay-Bold-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/RedHatDisplay/RedHatDisplay-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: RedHatText;
  src: url("../fonts/RedHatText/RedHatText-Regular.eot");
  src: url("../fonts/RedHatText/RedHatText-Regular-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/RedHatText/RedHatText-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: RedHatText;
  src: url("../fonts/RedHatText/RedHatText-Medium.eot");
  src: url("../fonts/RedHatText/RedHatText-Medium-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/RedHatText/RedHatText-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: LeMondeLivre;
  src: url("../fonts/LeMondeLivre-ItalicClassic.ttf");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: MontserratLight;
  src: url("../fonts/Montserrat-Light.ttf");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: MontserratMedium;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: MontserratRegular;
  src: url("../fonts/Montserrat-Regular.otf");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
.wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  padding: 0 30px;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media (min-width: 768px) {
  .row {
    padding: 0;
    display: -moz-flex;
    display: flex;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs {
  flex-basis: auto;
}
.col-xs,
.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-xs-2,
.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-xs-4,
.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-6,
.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-xs-8,
.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-xs-10,
.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-12,
.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-2,
.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-4,
.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-6,
.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-8,
.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-10,
.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 100%;
}
.col-xs {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.start-xs {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.middle-xs {
  -moz-align-items: center;
  align-items: center;
}
.bottom-xs {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.around-xs {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.between-xs {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 480px) {
  .container {
    width: 420px;
  }
  .col-mobile {
    flex-basis: auto;
  }
  .col-mobile,
  .col-mobile-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-mobile-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-mobile-2,
  .col-mobile-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-mobile-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-mobile-4,
  .col-mobile-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-mobile-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-mobile-6,
  .col-mobile-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-mobile-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-mobile-8,
  .col-mobile-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-mobile-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-mobile-10,
  .col-mobile-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-mobile-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-mobile-12,
  .col-mobile-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-mobile-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-mobile-offset-2,
  .col-mobile-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-offset-3 {
    margin-left: 25%;
  }
  .col-mobile-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-mobile-offset-4,
  .col-mobile-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-mobile-offset-6 {
    margin-left: 50%;
  }
  .col-mobile-offset-6,
  .col-mobile-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-mobile-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-mobile-offset-8,
  .col-mobile-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-offset-9 {
    margin-left: 75%;
  }
  .col-mobile-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-mobile-offset-10,
  .col-mobile-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-mobile-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-mobile-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 100%;
  }
  .col-mobile {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-mobile {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-mobile {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-mobile {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-mobile {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-mobile {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-mobile {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-mobile {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-mobile {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-mobile {
    order: -1;
  }
  .last-mobile {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
  .col-tablet {
    flex-basis: auto;
  }
  .col-tablet,
  .col-tablet-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-tablet-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-tablet-2,
  .col-tablet-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-tablet-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-tablet-4,
  .col-tablet-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-tablet-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-tablet-6,
  .col-tablet-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-tablet-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-tablet-8,
  .col-tablet-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-tablet-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-tablet-10,
  .col-tablet-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-tablet-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-tablet-12,
  .col-tablet-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-tablet-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-tablet-offset-2,
  .col-tablet-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-offset-3 {
    margin-left: 25%;
  }
  .col-tablet-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-tablet-offset-4,
  .col-tablet-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-tablet-offset-6 {
    margin-left: 50%;
  }
  .col-tablet-offset-6,
  .col-tablet-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-tablet-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-tablet-offset-8,
  .col-tablet-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-offset-9 {
    margin-left: 75%;
  }
  .col-tablet-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-tablet-offset-10,
  .col-tablet-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-tablet-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-tablet-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 100%;
  }
  .col-tablet {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-tablet {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-tablet {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-tablet {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-tablet {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-tablet {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-tablet {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-tablet {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-tablet {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-tablet {
    order: -1;
  }
  .last-tablet {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
  .col-laptop {
    flex-basis: auto;
  }
  .col-laptop,
  .col-laptop-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-laptop-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-laptop-2,
  .col-laptop-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-laptop-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-laptop-4,
  .col-laptop-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-laptop-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-laptop-6,
  .col-laptop-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-laptop-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-laptop-8,
  .col-laptop-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-laptop-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-laptop-10,
  .col-laptop-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-laptop-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-laptop-12,
  .col-laptop-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-laptop-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-laptop-offset-2,
  .col-laptop-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-offset-3 {
    margin-left: 25%;
  }
  .col-laptop-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-laptop-offset-4,
  .col-laptop-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-laptop-offset-6 {
    margin-left: 50%;
  }
  .col-laptop-offset-6,
  .col-laptop-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-laptop-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-laptop-offset-8,
  .col-laptop-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-offset-9 {
    margin-left: 75%;
  }
  .col-laptop-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-laptop-offset-10,
  .col-laptop-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-laptop-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-laptop-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 100%;
  }
  .col-laptop {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-laptop {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-laptop {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-laptop {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-laptop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-laptop {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-laptop {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-laptop {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-laptop {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-laptop {
    order: -1;
  }
  .last-laptop {
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1024px;
  }
  .col-desktop {
    flex-basis: auto;
  }
  .col-desktop,
  .col-desktop-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-desktop-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-desktop-2,
  .col-desktop-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-desktop-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-desktop-4,
  .col-desktop-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-desktop-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-desktop-6,
  .col-desktop-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-desktop-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-desktop-8,
  .col-desktop-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-desktop-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-desktop-10,
  .col-desktop-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-desktop-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-desktop-12,
  .col-desktop-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    /* padding-right: 20px;
    padding-left: 20px; */
  }
  .col-desktop-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-desktop-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-desktop-offset-2,
  .col-desktop-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-offset-3 {
    margin-left: 25%;
  }
  .col-desktop-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-desktop-offset-4,
  .col-desktop-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-desktop-offset-6 {
    margin-left: 50%;
  }
  .col-desktop-offset-6,
  .col-desktop-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-desktop-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-desktop-offset-8,
  .col-desktop-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-offset-9 {
    margin-left: 75%;
  }
  .col-desktop-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-desktop-offset-10,
  .col-desktop-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-desktop-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 100%;
  }
  .col-desktop {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-desktop {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-desktop {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-desktop {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-desktop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-desktop {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-desktop {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-desktop {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-desktop {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-desktop {
    order: -1;
  }
  .last-desktop {
    order: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    width: 1140px;
  }
  .col-desktop-xl {
    flex-basis: auto;
  }
  .col-desktop-xl,
  .col-desktop-xl-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-desktop-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-desktop-xl-2,
  .col-desktop-xl-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-desktop-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-desktop-xl-4,
  .col-desktop-xl-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-desktop-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-desktop-xl-6,
  .col-desktop-xl-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-desktop-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-desktop-xl-8,
  .col-desktop-xl-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-desktop-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-desktop-xl-10,
  .col-desktop-xl-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-desktop-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-desktop-xl-12,
  .col-desktop-xl-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-desktop-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-desktop-xl-offset-2,
  .col-desktop-xl-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-offset-3 {
    margin-left: 25%;
  }
  .col-desktop-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-desktop-xl-offset-4,
  .col-desktop-xl-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-desktop-xl-offset-6 {
    margin-left: 50%;
  }
  .col-desktop-xl-offset-6,
  .col-desktop-xl-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-desktop-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-desktop-xl-offset-8,
  .col-desktop-xl-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-offset-9 {
    margin-left: 75%;
  }
  .col-desktop-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-desktop-xl-offset-10,
  .col-desktop-xl-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-desktop-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-desktop-xl-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 100%;
  }
  .col-desktop-xl {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-desktop-xl {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-desktop-xl {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-desktop-xl {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-desktop-xl {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-desktop-xl {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-desktop-xl {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-desktop-xl {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-desktop-xl {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-desktop-xl {
    order: -1;
  }
  .last-desktop-xl {
    order: 1;
  }
}
body,
html {
  padding: 0;
  overflow-x: hidden;
}
.title-reveal {
  /* visibility: hidden; */
  word-spacing: 1rem;
}
.homepage body,
html.homepage {
  height: 100%;
}
html.homepage.hamburger-eaten {
  height: inherit;
}
html {
  overflow-y: scroll !important;
}
.frontpage footer,
.section-home footer {
  display: none !important;
}
@media (min-width: 992px) {
  .other footer {
    display: block;
  }
}
body {
  font-family: MontserratRegular, sans-serif;
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  color: #171717;
}
body:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.3;
  }
}
a {
  color: #2f2f2f;
}
.main-content a {
  text-decoration: underline;
}
p {
  line-height: 2.1;
  color: #4f5155;
}
h2,
p {
  margin-bottom: 30px;
}
h2 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
h2:after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 20px;
  margin-right: 25px;
  background: #e22321;
}
h2.no-border:after {
  display: none;
}
h2.block-tablet {
  display: block;
  width: 100%;
  margin: 25px 10px 0;
  text-transform: inherit;
}
h2.block-tablet:after {
  display: none;
}
@media (min-width: 768px) {
  h2.block-tablet {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  h2.block-tablet {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  h2.block-tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 70px;
    margin-bottom: 50px;
  }
  h2:after {
    width: 50px;
    height: 5px;
    margin-top: 40px;
  }
}
h3 {
  font-size: 21px;
  line-height: 1.2;
}
h3:after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 25px;
  background: #e22321;
}
h3.italic {
  font-family: Red Hat Text, sans-serif;
  font-style: italic;
  line-height: 1.3;
}
h3.no-border {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h3.no-border {
    margin-bottom: 50px;
  }
}
h3.no-border:after {
  display: none;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 30px;
    line-height: 1.3;
  }
  h3:after {
    width: 50px;
    height: 5px;
    margin-top: 30px;
  }
}
.section-row {
  padding: 50px 40px;
}
@media (min-width: 992px) {
  .section-row {
    padding: 100px 0;
  }
}
a {
  text-decoration: inherit;
}
img.fluid-img {
  display: block;
  width: 100vw;
  object-fit: cover;
}
@media (max-width: 480px) {
  img.fluid-img {
    height: 15vh;
  }
}

.other-section-img {
  height: 50vh;
}
.home-section-img {
  height: calc(100vh - 60px);
}

.border-top:before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 20px;
  background: #e22321;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .border-top {
    margin-bottom: 40px;
  }
  .border-top:before {
    width: 50px;
    height: 5px;
    margin-top: 40px;
  }
}
.border-left {
  position: relative;
}
.border-left:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 5px;
  left: -210px;
  top: 10px;
  background: #e22321;
}
.container {
  margin: 0 auto;
}
.main-content {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .main-content {
    padding-top: 70px;
  }
}
.main-content.faq {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .main-content.faq {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .main-content.faq {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  .column-2 {
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-count: 2;
    column-count: 2;
  }
}
video {
  width: 100%;
  height: auto;
}
.btn {
  color: #2f2f2f;
  text-decoration: inherit !important;
  font-size: 15px;
  margin-top: 0;
  display: inline-block;
}
@media (min-width: 992px) {
  .btn {
    font-size: 17px;
    margin-top: 20px;
  }
}
.btn:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 3px;
  top: -3px;
  margin-right: 15px;
  background: #e22321;
  transition: all 0.2s linear 0.2s;
}
@media (min-width: 992px) {
  .btn:before {
    width: 60px;
    height: 5px;
    top: -2px;
    margin-right: 25px;
  }
}
.btn:hover:before {
  width: 30px;
  transition: all 0.2s linear 0.2s;
}
@media (min-width: 992px) {
  .btn:hover:before {
    width: 40px;
  }
}
a.underline,
button {
  color: #2f2f2f;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-family: MontserratMedium;
  font-weight: 700;
  font-size: 19px;
  margin: 20px 0;
  transition: 0.2s;
}
a.underline:after,
button:after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -10px;
  background: #da0037;
  position: absolute;
  display: inline-block;
  transition: 0.2s;
}
a.underline:focus,
button:focus {
  outline: none;
}
a.underline:hover,
button:hover {
  color: #97999a;
  transition: 0.2s;
  cursor: pointer;
}
a.underline:hover:after,
button:hover:after {
  bottom: -5px;
}
.btn-rounded {
  background: #444;
  margin-bottom: 15px;
  padding: 12px 12px 10px;
  border-radius: 5px;
  transition: 0.2s;
  display: block;
  float: left;
  position: relative;
  margin-right: 30px;
}
@media (min-width: 1200px) {
  .btn-rounded {
    margin-right: 0;
  }
}
.btn-rounded img {
  width: 150px;
  max-height: 35px;
  padding: 0 !important;
}
.btn-rounded:hover {
  background: #000;
  transition: 0.2s;
}
.btn-back {
  font-size: 18px;
  padding-right: 20px;
  color: #2f2f2f;
  top: -62px;
  text-decoration: none !important;
}
.btn-back,
.btn-back:before {
  position: relative;
  transition: all 0.1s linear 0.1s;
}
.btn-back:before {
  content: "";
  width: 42px;
  height: 42px;
  background: #e3e3df;
  border-radius: 50px;
  top: 14px;
  left: -20px;
  display: inline-block;
}
.btn-back:after {
  content: "";
  background: url("../assets/img/icon/arrow-white.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
  left: -8px;
  top: 30px;
  position: absolute;
  display: inline-block;
  transform: rotate(90deg);
}
.btn-back:hover {
  color: #e22321;
  transition: all 0.1s linear 0.1s;
}
.btn-back:hover:before {
  background: #d2d2ce;
  transition: all 0.1s linear 0.1s;
}
.bg-beige {
  position: relative;
}
.bg-beige:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: -2;
  background: #ededed;
}
.bg-beige.bg-beige-middle-top:after {
  top: 20%;
  height: 90%;
}
@media (min-width: 992px) {
  .bg-beige.bg-beige-middle-top:after {
    top: 17%;
    height: 69%;
  }
}
@media (min-width: 1400px) {
  .bg-beige.bg-beige-middle-top:after {
    top: 22%;
    height: 69%;
  }
}
.section-company.de .bg-beige:after {
  top: 20%;
  height: 90%;
}
@media (min-width: 992px) {
  .section-company.de .bg-beige:after {
    top: 17%;
    height: 74%;
  }
}
@media (min-width: 1400px) {
  .section-company.de .bg-beige:after {
    top: 22%;
    height: 74%;
  }
}
.bg-beige.bg-beige-middle-top-bottom:after {
  top: 24%;
  height: 92%;
}
@media (min-width: 768px) {
  .bg-beige.bg-beige-middle-top-bottom:after {
    top: 35%;
    height: 78%;
  }
}
@media (min-width: 992px) {
  .bg-beige.bg-beige-middle-top-bottom:after {
    top: 31%;
    height: 82%;
  }
}
@media (min-width: 1400px) {
  .bg-beige.bg-beige-middle-top-bottom:after {
    top: 40%;
    height: 80%;
  }
}
.bg-beige.bg-beige-full:after {
  height: 100%;
}
.bg-beige.focus-safety.bg-beige-middle-top-bottom:after {
  top: 14%;
  height: 97%;
}
@media (min-width: 768px) {
  .bg-beige.focus-safety.bg-beige-middle-top-bottom:after {
    top: 30%;
    height: 84%;
  }
}
@media (min-width: 992px) {
  .bg-beige.focus-safety.bg-beige-middle-top-bottom:after {
    top: 30%;
    height: 80%;
  }
}
.bg-beige.contact.bg-beige-middle-top:after {
  top: 0;
  height: 100%;
}
@media (min-width: 1200px) {
  .bg-beige.contact.bg-beige-middle-top:after {
    top: -34%;
    height: 86%;
  }
}
@media (min-width: 992px) and (max-width: 1919.98px) {
  .bg-beige.careers-full .container {
    width: 960px;
  }
}
.bg-beige.careers-full.bg-beige:after {
  top: 140px;
  height: calc(100% - 140px);
}
@media (min-width: 768px) {
  .bg-beige.careers-full.bg-beige:after {
    top: 200px;
    height: calc(100% - 200px);
  }
}
.bg-beige.careers-full.bg-beige .intro {
  padding-bottom: 0;
}
.bg-beige.careers-full.bg-beige .justify p {
  text-align: justify;
}
.bg-beige.careers-full.bg-beige .spontaneous-application {
  padding-top: 0;
}
.hero-wrapper {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding: 50px 40px 0;
}
@media (min-width: 992px) {
  .hero-wrapper {
    padding: 50px 20px 0;
  }
}
@media (min-width: 1200px) {
  .hero-wrapper {
    padding: 0;
  }
}
.hero-wrapper .title {
  padding-top: 50px;
}
.intro {
  padding-top: 0;
}
.hero-wrapper {
  clear: both;
}
.hero-wrapper .hero-figure {
  position: relative;
  visibility: hidden;
}
.hero-wrapper .hero-figure:before {
  content: "";
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 53%,
    hsla(0, 0%, 100%, 0) 73%,
    #fff 93%,
    #fff
  );
  position: absolute;
  width: 100%;
  z-index: 20;
  height: 100%;
  display: none;
  opacity: 0.35;
}
@media (min-width: 1200px) {
  .hero-wrapper .hero-figure:before {
    display: block;
  }
}
.hero-wrapper h2 {
  margin-top: 0;
  z-index: 30;
  position: relative;
}
.hero-wrapper .compat-object-fit {
  background-size: cover;
  background-position: 50%;
}
.hero-wrapper .compat-object-fit img {
  opacity: 0 !important;
}
.hero-img-right-neg.hero-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.hero-img-right-neg.hero-wrapper .compat-object-fit {
  background-size: cover;
  background-position: 50%;
}
.hero-img-right-neg.hero-wrapper .compat-object-fit img {
  opacity: 0 !important;
}
.hero-img-right-neg.hero-wrapper .hero-figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 100px;
  height: 100%;
  width: 100%;
  z-index: -1;
  margin-bottom: 0;
}
.hero-img-right-neg.hero-wrapper .hero-figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .hero-img-right-neg.hero-wrapper {
    height: 500px;
  }
  .hero-img-right-neg.hero-wrapper .hero-figure {
    width: calc(100% + 300px);
  }
}
.contact-us .hero-img-right-neg.hero-wrapper .compat-object-fit {
  background-size: cover;
  background-position: top;
}
.contact-us .hero-img-right-neg.hero-wrapper .compat-object-fit img {
  opacity: 0 !important;
}
@media (min-width: 1200px) {
  .contact-us .hero-img-right-neg.hero-wrapper {
    height: 650px;
  }
}
.contact-us .hero-img-right-neg.hero-wrapper .hero-figure-contact {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% + 400px);
  left: 600px;
  z-index: -1;
  margin-bottom: 0;
  overflow: hidden;
  display: none;
}
.contact-us .hero-img-right-neg.hero-wrapper .hero-figure-contact img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .contact-us .hero-img-right-neg.hero-wrapper .hero-figure-contact {
    display: block;
  }
}
@media (min-width: 768px) {
  .contact-us .hero-img-right-neg.hero-wrapper .hero-figure-contact img {
    margin-left: -200px;
  }
}
@media (min-width: 1200px) {
  .contact-us .hero-img-right-neg.hero-wrapper .hero-figure-contact img {
    margin-left: -150px;
  }
}
@media (min-width: 1350px) {
  .contact-us .hero-img-right-neg.hero-wrapper .hero-figure-contact img {
    margin-left: -100px;
  }
}
.hero-img-right.hero-wrapper {
  position: relative;
  height: 300px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .hero-img-right.hero-wrapper {
    height: 500px;
  }
}
.hero-img-right.hero-wrapper .compat-object-fit {
  background-size: cover;
  background-position: top;
}
.hero-img-right.hero-wrapper .compat-object-fit img {
  opacity: 0 !important;
}
.hero-img-right.hero-wrapper h2 {
  margin-bottom: 0;
}
.hero-img-right.hero-wrapper .hero-figure {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 200px);
  z-index: -1;
  margin-bottom: 0;
}
.hero-img-right.hero-wrapper .hero-figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-img-right.hero-wrapper .hero-figure:before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.35;
  z-index: 1;
}
@media (min-width: 1200px) {
  .hero-img-right.hero-wrapper .hero-figure:before {
    display: none;
  }
}
.hero-img-left.hero-wrapper {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-img-left.hero-wrapper {
    height: 500px;
  }
}
.hero-img-left.hero-wrapper .compat-object-fit {
  background-size: cover;
  background-position: top;
}
.hero-img-left.hero-wrapper .compat-object-fit img {
  opacity: 0 !important;
}
.hero-img-left.hero-wrapper h2 {
  text-align: left;
}
@media (min-width: 1200px) {
  .hero-img-left.hero-wrapper h2 {
    text-align: right;
  }
  .hero-img-left.hero-wrapper h2:after {
    position: absolute;
    right: 0;
  }
}
.hero-img-left.hero-wrapper .hero-figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 100px;
  height: 100%;
  z-index: -1;
  margin-bottom: 0;
  width: calc(100% + 300px);
}
@media (min-width: 1200px) {
  .hero-img-left.hero-wrapper .hero-figure {
    width: calc(100% - 200px);
    left: 0;
  }
}
.hero-img-left.hero-wrapper .hero-figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-img-left.hero-wrapper .hero-figure:before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.35;
}
@media (min-width: 1200px) {
  .hero-img-left.hero-wrapper .hero-figure:before {
    display: none;
  }
}
.sidebar {
  position: fixed !important;
  top: 150px !important;
  z-index: 10;
  left: 50px;
  width: 100% !important;
  display: none;
}
@media (min-width: 1200px) {
  .sidebar {
    display: block;
  }
}
.sidebar .sidebar-menu {
  position: absolute;
  max-width: 180px;
}
@media (min-width: 1400px) {
  .sidebar .sidebar-menu {
    max-width: 320px;
  }
}
.sidebar .sidebar-menu h1.small {
  font-family: Red Hat Text, sans-serif;
  font-weight: 400;
  font-size: 36px;
  padding-bottom: 50px;
}
.sidebar .sidebar-menu ul {
  position: relative;
  padding-left: 24px;
}
.sidebar .sidebar-menu ul:before {
  content: "";
  height: calc(100% - 13px);
  background: #d1cbc0;
  width: 3px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 1px;
}
.section-safety.de .sidebar .sidebar-menu ul:before {
  height: calc(100% - 33px);
}
.sidebar .sidebar-menu ul li {
  padding-bottom: 38px;
  position: relative;
}
.sidebar .sidebar-menu ul li:last-child {
  padding-bottom: 0;
}
.sidebar .sidebar-menu ul li:before {
  content: "";
  background: #d1cbc0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -25.6px;
  top: 7px;
}
.sidebar .sidebar-menu ul li a {
  font-family: Red Hat Text, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10.5px;
  color: #d1cbc0;
  transition: 0.2s;
  text-decoration: inherit;
}
.sidebar .sidebar-menu ul li a.active,
.sidebar .sidebar-menu ul li a:hover {
  color: #2f2f2f;
  transition: 0.2s;
}
.sidebar .sidebar-menu ul li a.active:before {
  content: "";
  background: #2f2f2f;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -27px;
  top: 5px;
  transition: 0.2s;
}
@media (min-width: 1400px) {
  .sidebar .sidebar-menu ul li a {
    font-size: 12.5px;
    letter-spacing: 0.5px;
  }
}
.home:before {
  /* background: #efeeea; */
  position: absolute;
  width: 57%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: -100;
}
@media (min-width: 992px) {
  .home:before {
    content: "";
  }
}
.frontpage,
.home {
  overflow: hidden;
}
.frontpage header,
.home header {
  background: #fff;
}
@media (min-width: 992px) {
  .frontpage header,
  .home header {
    background: transparent;
  }
}
.frontpage footer,
.home footer {
  display: none;
}
@media (min-width: 992px) {
  .frontpage .main-content,
  .home .main-content {
    padding-top: 100px;
  }
}
.frontpage .middle-laptop,
.home .middle-laptop {
  align-items: center;
  display: flex;
  align-content: center;
  align-items: flex-end;
  justify-content: center;
  background: url("../img/home.webp");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 60px);
}
@media (min-width: 991px) {
  .frontpage .middle-laptop,
  .home .middle-laptop {
    height: calc(100vh - 70px);
  }
}
.frontpage .hero-video,
.home .hero-video {
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  .frontpage .hero-video,
  .home .hero-video {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .frontpage .hero-video,
  .home .hero-video {
    background: #d1cbc0;
  }
}
.frontpage .hero-video .video-wrapper,
.home .hero-video .video-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  align-items: flex-end;

  overflow: hidden;
  margin-left: -25px;
  margin-right: -25px;
}
.frontpage .hero-video .video-wrapper .overlay-link,
.home .hero-video .video-wrapper .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
}
.frontpage .hero-video .video-wrapper img,
.home .hero-video .video-wrapper img {
  width: 100%;
  height: auto;
}
@media (max-height: 450px) {
  .frontpage .hero-video .video-wrapper img,
  .home .hero-video .video-wrapper img {
    margin-top: -95px;
    height: inherit !important;
  }
}
@media (min-width: 768px) {
  .frontpage .hero-video .video-wrapper,
  .home .hero-video .video-wrapper {
    margin-left: inherit;
    margin-right: inherit;
  }
}
@media (min-width: 992px) {
  .frontpage .hero-video .video-wrapper,
  .home .hero-video .video-wrapper {
    height: calc(100vh - 100px);
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
  }
}
.frontpage .hero-video .video-wrapper video,
.home .hero-video .video-wrapper video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}
.no-object-fit .frontpage .hero-video .video-wrapper video,
.no-object-fit .home .hero-video .video-wrapper video {
  height: 140%;
}
@media (min-width: 1200px) {
  .frontpage .hero-video .video-wrapper video,
  .home .hero-video .video-wrapper video {
    display: block;
  }
}
.frontpage .hero-video .video-wrapper img,
.home .hero-video .video-wrapper img {
  display: block;
  height: 100vh;
  z-index: -1;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .frontpage .hero-video .video-wrapper img,
  .home .hero-video .video-wrapper img {
    display: none;
  }
}
.frontpage .hero-video .video-wrapper:after,
.home .hero-video .video-wrapper:after {
  content: "";
  background: linear-gradient(90deg, transparent 0, rgba(239, 238, 234, 0.65));
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.frontpage .content-text,
.home .content-text {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  z-index: 99999;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 5vh;
}
.frontpage .content-text .btn,
.home .content-text .btn {
  color: #fff;
}
@media (min-width: 992px) {
  .frontpage .content-text,
  .home .content-text {
    position: relative;
    color: #2f2f2f;
  }
  .frontpage .content-text .btn,
  .home .content-text .btn {
    color: #2f2f2f;
    font-size: 22px;
    float: right;
  }
}
@media (min-width: 992px) {
  .frontpage .content-text,
  .home .content-text {
    /* margin-left: -260px; */
  }
}
@media (min-width: 1200px) {
  .frontpage .content-text,
  .home .content-text {
    /* margin-left: -75%; */
  }
}
@media (min-width: 1400px) {
  .frontpage .content-text,
  .home .content-text {
    /* margin-left: -75%; */
  }
}
@media (max-width: 992px) {
  .frontpage .content-text,
  .home .content-text {
    /* top: 64%;
    margin-top: -60px; */
  }
}
@media (max-width: 767px) {
  .frontpage .content-text,
  .home .content-text {
    padding-left: 0px;
    /*margin-top: -60px; */
  }
}
.frontpage .content-text h1,
.home .content-text h1 {
  font-size: 38px;
  line-height: 1;
  /* text-transform: uppercase; */
  margin-bottom: 14px;
  /* font-family: M; */
  font-weight: 500;
  color: #ededed;
  font-family: LeMondeLivre;
}
@media (min-width: 992px) {
  .frontpage .content-text h1,
  .home .content-text h1 {
    font-size: 70px;
    line-height: 1;
    /* text-transform: uppercase; */
    color: #ededed;
  }
}
@media (min-width: 1200px) {
  .frontpage .content-text h1,
  .home .content-text h1 {
    font-size: 55px;
  }
}
@media (min-width: 1500px) {
  .frontpage .content-text h1,
  .home .content-text h1 {
    font-size: 55px;
  }
}
.frontpage .content-text h4,
.home .content-text h4 {
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
  color: #ededed;
  font-family: LeMondeLivre;
}
@media (min-width: 992px) {
  .frontpage .content-text h4,
  .home .content-text h4 {
    font-size: 20px;
    line-height: 1;
    color: #ededed;
  }
}
@media (min-width: 1200px) {
  .frontpage .content-text h4,
  .home .content-text h4 {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .frontpage .content-text h4,
  .home .content-text h4 {
    font-size: 20px;
  }
}
.company {
  overflow: hidden;
}
.company .history .intro p {
  text-align: justify;
}
.company .history .key-dates {
  padding: 30px 30px 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .company .history .key-dates {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .company .history .key-dates {
    background: #f1f0ed;
  }
}
.company .history .key-dates:before {
  position: absolute;
  background: #f1f0ed;
  display: block;
  width: 999em;
  left: -999em;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .company .history .key-dates:before {
    content: "";
  }
}
.company .history .key-dates:after {
  position: absolute;
  background: #f1f0ed;
  display: block;
  width: 999em;
  right: -999em;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .company .history .key-dates:after {
    content: "";
  }
}
.company .history .key-dates h3 {
  margin-bottom: 20px;
}
.company .history .key-dates h3:after {
  display: none;
}
@media (min-width: 1200px) {
  .company .history .key-dates h3 {
    margin-bottom: 40px;
  }
}
.company .history .key-dates .swiper {
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .company .history .key-dates .swiper {
    margin-left: 240px;
  }
}
.company .history .key-dates .swiper.main {
  min-height: 90px;
}
@media (min-width: 1200px) {
  .company .history .key-dates .swiper.main {
    min-height: 160px;
  }
}
.company .history .key-dates .swiper.main .swiper-container {
  width: 100%;
  height: 100%;
}
.company .history .key-dates .swiper.main .swiper-container .swiper-wrapper {
  transition-duration: 0ms !important;
}
.company .history .key-dates .swiper.main .swiper-container .swiper-slide {
  color: #9e9c8c;
  opacity: 0 !important;
  transition: opacity 0.8s;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .company .history .key-dates .swiper.main .swiper-container .swiper-slide {
    min-height: 160px;
    margin-left: 0;
  }
}
.company .history .key-dates .swiper.main .swiper-container .swiper-slide p {
  font-family: Red Hat Text, sans-serif;
  font-size: 15px;
  transform: translateY(4px);
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .company .history .key-dates .swiper.main .swiper-container .swiper-slide p {
    font-size: 20px;
  }
}
.company
  .history
  .key-dates
  .swiper.main
  .swiper-container
  .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  margin-left: 20px;
  padding: 0 30px 0 0;
  transition: opacity 0.4s;
}
@media (min-width: 1200px) {
  .company
    .history
    .key-dates
    .swiper.main
    .swiper-container
    .swiper-slide.swiper-slide-active {
    padding: 0 120px 0 60px;
    margin-left: 64px;
  }
}
@media (min-width: 1400px) {
  .company
    .history
    .key-dates
    .swiper.main
    .swiper-container
    .swiper-slide.swiper-slide-active {
    padding: 0 120px 0 96px;
  }
}
.company
  .history
  .key-dates
  .swiper.main
  .swiper-container
  .swiper-slide.swiper-slide-active
  p {
  color: #2f2f2f;
  transform: translateY(0);
  transition: all 0.15s linear 0.15s;
}
.company .history .key-dates .swiper.main .swiper-button {
  display: none;
  position: relative;
  top: -20px;
}
@media (min-width: 1200px) {
  .company .history .key-dates .swiper.main .swiper-button {
    display: block;
  }
}
@media (min-width: 992px) {
  .company .history .key-dates .swiper.main .swiper-button {
    top: -120px;
  }
}
.company .history .key-dates .swiper.main .swiper-button .swiper-button-next,
.company .history .key-dates .swiper.main .swiper-button .swiper-button-prev {
  background: inherit;
  width: inherit;
  height: inherit;
}
.company
  .history
  .key-dates
  .swiper.main
  .swiper-button
  .swiper-button-next.swiper-button-disabled,
.company
  .history
  .key-dates
  .swiper.main
  .swiper-button
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.company
  .history
  .key-dates
  .swiper.main
  .swiper-button
  .swiper-button-next:before,
.company
  .history
  .key-dates
  .swiper.main
  .swiper-button
  .swiper-button-prev:before {
  content: "";
  width: 42px;
  height: 42px;
  box-shadow: inset 0 0 0 1px #b2b2b2;
  border-radius: 50px;
  margin-left: -10px;
  margin-top: -14px;
  position: absolute;
  display: inline-block;
  transition: all 0.1s linear 0.1s;
}
.company
  .history
  .key-dates
  .swiper.main
  .swiper-button
  .swiper-button-next:after,
.company
  .history
  .key-dates
  .swiper.main
  .swiper-button
  .swiper-button-prev:after {
  content: "";
  background: url("../assets/img/icon/arrow-red.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 1px;
  opacity: 0.8;
  transform: rotate(90deg);
}
.company
  .history
  .key-dates
  .swiper.main
  .swiper-button
  .swiper-button-next:hover:before,
.company
  .history
  .key-dates
  .swiper.main
  .swiper-button
  .swiper-button-prev:hover:before {
  background: #fff;
  box-shadow: inset 0 0 0 2px #b2b2b2;
  transition: all 0.1s linear 0.1s;
}
.company
  .history
  .key-dates
  .swiper.main
  .swiper-button
  .swiper-button-prev:after {
  left: -2px;
}
.company
  .history
  .key-dates
  .swiper.main
  .swiper-button
  .swiper-button-next:after {
  left: -1px;
  top: -2px;
  transform: rotate(-90deg);
}
.company .history .key-dates .swiper.date {
  min-height: 100px;
  margin-left: 0;
}
.company .history .key-dates .swiper.date .swiper-container {
  overflow: inherit;
}
.company .history .key-dates .swiper.date .swiper-container .swiper-wrapper {
  width: 100% !important;
}
.company .history .key-dates .swiper.date .swiper-slide {
  opacity: 0 !important;
  width: 100%;
}
@media (min-width: 1200px) {
  .company .history .key-dates .swiper.date .swiper-slide {
    width: 17%;
    margin-left: 22px;
  }
}
.company .history .key-dates .swiper.date .swiper-slide p {
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #9e9c8c;
  letter-spacing: 1px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .company .history .key-dates .swiper.date .swiper-slide p {
    font-size: 38px;
  }
}
.company .history .key-dates .swiper.date .swiper-slide:after {
  content: "";
  height: 0;
  transform: scaleY(0);
  transform-origin: 0 100%;
  transition: all 0.1s linear 0.4s;
}
.company .history .key-dates .swiper.date .swiper-slide:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  bottom: 5px;
  right: 8px;
  background: #616161;
  position: relative;
  display: inline-block;
}
@media (min-width: 1200px) {
  .company .history .key-dates .swiper.date .swiper-slide:before {
    right: 25px;
  }
}
.company .history .key-dates .swiper.date .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.company .history .key-dates .swiper.date .swiper-slide.swiper-slide-active p {
  color: #c93925;
}
.company
  .history
  .key-dates
  .swiper.date
  .swiper-slide.swiper-slide-active:after {
  content: "";
  width: 1px;
  height: 152px;
  bottom: 48px;
  opacity: 0.3;
  left: -6px;
  background: #616161;
  position: absolute;
  display: inline-block;
  transform: scaleY(1);
  transition: all 0.1s linear 0.2s;
}
@media (min-width: 1200px) {
  .company
    .history
    .key-dates
    .swiper.date
    .swiper-slide.swiper-slide-active:after {
    height: 215px;
    bottom: 66px;
    left: -23px;
  }
}
.company .history .key-dates .swiper.date .swiper-slide-next,
.company .history .key-dates .swiper.date .swiper-slide-prev {
  opacity: 1 !important;
}
.company .history .key-dates .swiper.date .swiper-slide-active {
  opacity: 1 !important;
  width: 50%;
}
.company .organisation .hero-wrapper {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .company .organisation .hero-wrapper {
    align-items: flex-start;
  }
}
.company .organisation .hero-wrapper .compat-object-fit {
  background-size: cover;
  background-position: top;
}
.company .organisation .hero-wrapper .compat-object-fit img {
  opacity: 0 !important;
}
@media (min-width: 1200px) {
  .company .organisation h2 {
    padding-left: 16px;
  }
}
.company .organisation figure {
  position: relative;
}
.company .organisation figure img {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .company .organisation figure img {
    margin-bottom: 0;
    padding-right: 5px;
  }
}
.company .organisation .stats-row {
  padding-top: 0;
}
.company .organisation .stats {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.company .organisation .stats .stat {
  display: inline-block;
  margin-bottom: 20px;
  float: left;
  width: 45%;
  margin-right: 5%;
}
@media (min-width: 768px) {
  .company .organisation .stats .stat {
    width: 23%;
    margin-right: 10%;
  }
}
@media (min-width: 992px) {
  .company .organisation .stats .stat {
    width: 47%;
    margin-right: 3%;
  }
}
.company .organisation .stats .stat:last-child {
  margin-right: 0;
}
.company .organisation .stats .stat .number {
  font-family: Red Hat Text, sans-serif;
  font-weight: 500;
  color: #cdccc6;
  font-size: 25px;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .company .organisation .stats .stat .number {
    font-size: 40px;
  }
}
.company .organisation .stats .stat p {
  font-family: Red Hat Text, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .company .organisation .stats .stat p {
    font-size: 22px;
  }
}
.company .team .cards {
  padding: 0;
}
@media (min-width: 768px) {
  .company .team .cards {
    padding: 0 30px;
  }
}
.company .team .card {
  margin-bottom: 20px;
  position: relative;
  padding: 0;
  width: 50%;
  float: left;
  min-height: 260px;
}
@media (min-width: 480px) {
  .company .team .card {
    min-height: 270px;
  }
}
@media (min-width: 768px) {
  .company .team .card {
    padding: 0 75px;
    min-height: inherit;
  }
}
.company .team .card img {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .company .team .card {
    margin-bottom: 60px;
  }
}
.company .team .card img {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .company .team .card img {
    padding: 0;
  }
}
.company .team .card:after {
  content: "";
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  display: block;
  background: #efeeea;
  opacity: 0;
  transition: all 0.1s linear 0.1s;
}
.company .team .card:before {
  width: 100%;
  bottom: 89px;
  background: #efeeea;
  display: inline-block;
  left: 0;
  height: 1px;
  position: absolute;
  z-index: 99;
}
@media (min-width: 768px) {
  .company .team .card:before {
    content: "";
    bottom: 119px;
  }
}
.company .team .card .infos {
  padding: 20px 0;
}
.company .team .card .infos .description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  height: 0;
  font-size: 14px;
  padding: 30px;
  transform: translateY(0);
  transition: all 0.1s linear 0.1s;
}
@media (min-width: 1400px) {
  .company .team .card .infos .description {
    font-size: 16px;
    line-height: 1.5;
  }
}
.company .team .card .infos .infos-bottom {
  transform: translateY(0);
  transition: all 0.1s linear 0.1s;
}
@media (min-width: 768px) {
  .company .team .card .infos .infos-bottom {
    min-height: 80px;
  }
}
.company .team .card .infos .infos-bottom .name {
  text-align: center;
  font-size: 15px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .company .team .card .infos .infos-bottom .name {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .company .team .card .infos .infos-bottom .name {
    font-size: 26px;
  }
}
.company .team .card .infos .infos-bottom .video {
  position: absolute;
  margin-left: 10px;
}
.company .team .card .infos .infos-bottom .video svg {
  position: absolute;
  z-index: 99;
  height: 30px;
  width: 30px;
}
.company .team .card .infos .infos-bottom .video svg circle {
  transition: fill 0.2s ease-in-out;
}
.company .team .card .infos .infos-bottom .video:hover svg circle {
  fill: #e22321;
}
.company .team .card .infos .infos-bottom .video-desktop {
  display: none;
}
@media (min-width: 768px) {
  .company .team .card .infos .infos-bottom .video-desktop {
    display: inline;
  }
}
.company .team .card .infos .infos-bottom .video-mobile {
  display: block;
  height: 30px;
  width: 30px;
  margin-left: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .company .team .card .infos .infos-bottom .video-mobile {
    display: none;
  }
}
.company .team .card .infos .infos-bottom .video-mobile-wrapper {
  display: flex;
  justify-content: center;
}
.company .team .card .infos .infos-bottom .job-title {
  text-align: center;
  font-family: Red Hat Text, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #9e9c8c;
  font-size: 8.5px;
  padding-top: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .company .team .card .infos .infos-bottom .job-title {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .company .team .card .infos .infos-bottom .job-title {
    font-size: 13px;
  }
}
.company .team .card:hover {
  cursor: auto;
}
.company .team .card:hover:after {
  content: "";
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  display: block;
  background: #efeeea;
}
@media (min-width: 992px) {
  .company .team .card:hover:after {
    opacity: 0.8;
    transition: all 0.1s linear 0.1s;
  }
}
.company .team .card:hover .infos .description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  height: auto;
  z-index: 6;
  display: none;
}
@media (min-width: 992px) {
  .company .team .card:hover .infos .description {
    transform: translateY(10px);
    transition: all 0.2s linear 0.2s;
    display: block;
  }
}
.company .team .card:hover .infos-bottom {
  position: relative;
  z-index: 6;
}
@media (min-width: 992px) {
  .company .team .card:hover .infos-bottom {
    transform: translateY(2px);
    transition: all 0.2s linear 0.2s;
  }
}
@media (min-width: 1200px) {
  .key-advantages h2,
  .management h2 {
    padding-left: 16px;
  }
}
.professional-operations .row {
  padding: 0;
}
.focus-safety .advantages,
.key-advantages .advantages,
.management .advantages {
  padding-top: 0;
}
.focus-safety .advantages h3.no-border,
.key-advantages .advantages h3.no-border,
.management .advantages h3.no-border {
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .focus-safety .advantages h3.no-border,
  .key-advantages .advantages h3.no-border,
  .management .advantages h3.no-border {
    font-size: 36px;
  }
}
.focus-safety .advantages .row,
.key-advantages .advantages .row,
.management .advantages .row {
  padding: 15px 0;
}
@media (min-width: 992px) {
  .focus-safety .advantages .row,
  .key-advantages .advantages .row,
  .management .advantages .row {
    padding: 30px 0;
  }
}
.focus-safety .advantages p,
.key-advantages .advantages p,
.management .advantages p {
  text-align: justify;
}
@media (min-width: 1300px) {
  .focus-safety .img-cockpit,
  .key-advantages .img-cockpit,
  .management .img-cockpit {
    margin-right: -7rem;
  }
}
@media (min-width: 1540px) {
  .focus-safety .img-cockpit,
  .key-advantages .img-cockpit,
  .management .img-cockpit {
    margin-left: -4rem;
    margin-right: -8rem;
  }
}
@media (min-width: 992px) {
  .how-it-works .ownership .intro h3 {
    padding-left: 20px;
  }
}
.how-it-works .ownership .intro p {
  text-align: justify;
}
.how-it-works .destinations .swiper-destinations {
  position: relative;
  margin-top: 0;
  max-width: 100%;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .how-it-works .destinations .swiper-destinations {
    margin-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }
}
.how-it-works .destinations .swiper-destinations .swiper.main {
  position: relative;
}
.how-it-works .destinations .swiper-destinations .swiper.main .swiper-wrapper {
  transition-duration: 0ms !important;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container {
  overflow: inherit;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide {
  opacity: 0;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide
  p {
  font-size: 22px;
  line-height: 1.2;
  font-family: Red Hat Text, sans-serif;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  position: absolute;
  top: -240px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.main
    .swiper-container
    .swiper-slide
    p {
    padding-left: 20px;
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.main
    .swiper-container
    .swiper-slide
    p {
    padding-left: 0;
    margin-left: 150px;
    font-size: 34px;
    top: -170px;
    padding-top: 0;
  }
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide
  p
  small {
  font-size: 16px;
  text-transform: none;
  position: relative;
}
@media (min-width: 992px) {
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.main
    .swiper-container
    .swiper-slide
    p
    small {
    font-size: 22px;
    top: -6px;
  }
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide
  .images {
  position: relative;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide
  .images
  .img-map {
  position: absolute;
  top: -40px;
  left: -50px;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s linear 0.3s;
  display: none;
}
@media (min-width: 768px) {
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.main
    .swiper-container
    .swiper-slide
    .images
    .img-map {
    display: block;
  }
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide
  .images
  .img-bg {
  z-index: 9;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s linear 0.4s;
}
@media (min-width: 768px) {
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.main
    .swiper-container
    .swiper-slide
    .images
    .img-bg {
    margin-top: 50px;
    padding-left: 180px;
  }
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide
  .images:after {
  content: "";
  width: 330px;
  height: 330px;
  background: #fafafa;
  border-radius: 50%;
  position: absolute;
  top: -37px;
  left: -21px;
  z-index: 1;
  opacity: 0;
  display: none;
}
@media (min-width: 768px) {
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.main
    .swiper-container
    .swiper-slide
    .images:after {
    display: block;
  }
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide.swiper-slide-active
  p {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.25s linear 0.25s;
}
@media (min-width: 1200px) {
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.main
    .swiper-container
    .swiper-slide.swiper-slide-active
    p {
    padding-left: 0;
  }
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide.swiper-slide-active
  .images
  .img-map {
  position: absolute;
  top: -40px;
  left: -50px;
  opacity: 1;
  transition: all 0.3s linear 0.3s;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide.swiper-slide-active
  .images
  .img-bg {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.35s linear 0.35s;
}
@media (min-width: 768px) {
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.main
    .swiper-container
    .swiper-slide.swiper-slide-active
    .images
    .img-bg {
    margin-top: 50px;
    padding-left: 180px;
  }
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-slide.swiper-slide-active
  .images:after {
  opacity: 1;
  transition: all 0.15s linear 0.15s;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-next,
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-prev {
  background: inherit;
  width: inherit;
  height: inherit;
  top: -125px;
  right: 30px;
  display: none;
}
@media (min-width: 1200px) {
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.main
    .swiper-container
    .swiper-button-next,
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.main
    .swiper-container
    .swiper-button-prev {
    display: block;
  }
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-next.swiper-button-disabled,
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-next:before,
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-prev:before {
  content: "";
  width: 42px;
  height: 42px;
  box-shadow: inset 0 0 0 1px #b2b2b2;
  border-radius: 50px;
  margin-left: -10px;
  margin-top: -14px;
  position: absolute;
  display: inline-block;
  transition: all 0.1s linear 0.1s;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-next:after,
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-prev:after {
  content: "";
  background: url("../assets/img/icon/arrow-red.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
  position: absolute;
  display: inline-block;
  margin-left: 4px;
  top: 2px;
  opacity: 0.8;
  transform: rotate(270deg);
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-next:hover:before,
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-prev:hover:before {
  background: #fff;
  box-shadow: inset 0 0 0 2px #b2b2b2;
  transition: all 0.1s linear 0.1s;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-prev {
  left: 30px;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.main
  .swiper-container
  .swiper-button-prev:after {
  transform: rotate(90deg);
  margin-left: 2px;
  margin-top: 1px;
}
.how-it-works .destinations .swiper-destinations .swiper.step {
  padding: 120px 30px 20px 50px;
}
@media (min-width: 1200px) {
  .how-it-works .destinations .swiper-destinations .swiper.step {
    padding: 40px 0 0;
    overflow: hidden;
  }
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.step
  .swiper-container {
  overflow: inherit;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.step
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: right;
  opacity: 0;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.step
  .swiper-container
  .swiper-wrapper
  .swiper-slide:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  bottom: 5px;
  right: 25px;
  background: #616161;
  position: relative;
  display: inline-block;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.step
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  p {
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #9e9c8c;
  letter-spacing: 1px;
  display: inline-block;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.step
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  text-align: left;
  opacity: 1;
}
@media (min-width: 1200px) {
  .how-it-works
    .destinations
    .swiper-destinations
    .swiper.step
    .swiper-container
    .swiper-wrapper
    .swiper-slide.swiper-slide-active {
    transform: translateX(60px);
  }
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.step
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  p {
  color: #e22321;
}
.how-it-works
  .destinations
  .swiper-destinations
  .swiper.step
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.how-it-works .value-propositions .number {
  color: #e22321;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  padding-bottom: 3px;
}
@media (min-width: 992px) {
  .how-it-works .value-propositions .number {
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
}
.how-it-works .value-propositions p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .how-it-works .value-propositions p {
    font-size: 21px;
    margin-bottom: 45px;
    line-height: 1.6;
  }
}
.how-it-works .management.bg-beige-full:after {
  height: calc(100% - 85px);
  margin-top: 85px;
}
.how-it-works .management p {
  text-align: justify;
}
.how-it-works .management a.btn {
  margin-top: 0;
}
.how-it-works .brand-logo {
  width: 10rem;
  margin-bottom: 0.75rem;
}
.safety .focus-safety p,
.safety .professional-operations p {
  text-align: justify;
}
.safety .professional-operations .section-row {
  padding-top: 0;
}
.safety .professional-operations .border-left:before {
  display: none;
}
@media (min-width: 768px) {
  .safety .professional-operations .border-left:before {
    display: block;
  }
}
.contact-us .hero-wrapper {
  padding: 0 40px;
}
@media (min-width: 992px) {
  .contact-us .hero-wrapper {
    padding: 0;
  }
}
.contact-us .hero-wrapper figure {
  display: none;
}
@media (min-width: 992px) {
  .contact-us .hero-wrapper figure {
    display: block;
  }
}
.contact-us .bg-beige-middle-top:after {
  top: 25%;
  height: 79%;
  display: none;
}
@media (min-width: 992px) {
  .contact-us .bg-beige-middle-top:after {
    display: block;
  }
}
.contact-us .hero-figure:before {
  display: none;
}
@media (min-width: 1200px) {
  .contact-us .hero-figure .img-object-fit {
    height: 500px;
    overflow: hidden;
  }
}
.contact-us h2 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .contact-us h2 {
    margin-top: 20px;
  }
}
.contact-us h2:after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 20px;
  margin-right: 25px;
  background: #e22321;
}
@media (min-width: 992px) {
  .contact-us h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-us h2 {
    font-size: 65px;
    margin-bottom: 50px;
  }
  .contact-us h2:after {
    width: 50px;
    height: 5px;
    margin-top: 54px;
  }
}
.contact-us .contact-infos {
  margin-bottom: 50px;
  padding: 10px 0 0;
}
@media (max-width: 991px) {
  .contact-us .contact-infos {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .contact-us .contact-infos {
    padding: 0 40px;
  }
}
.contact-us .contact-infos .contact-info ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact-us .contact-infos .contact-info ul li a {
  color: #2f2f2f;
  text-transform: uppercase;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  transition: 0.2s;
  margin-bottom: 0;
}
.contact-us .contact-infos .contact-info ul li a:hover {
  color: #e22321;
  transition: 0.2s;
}
.contact-us .contact-infos .contact-info a {
  margin-bottom: 30px;
  display: block;
}
.contact-us .contact-infos .contact-info p {
  line-height: 1.4;
  margin-bottom: 10px;
}
.contact-us .contact-infos .contact-info .tel {
  text-decoration: none;
}
.contact-us .contact-infos h3 {
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.careers .hero-figure:before,
.contact-us .contact-infos h3:after {
  display: none;
}
@media (min-width: 1200px) {
  .careers .hero-figure .img-object-fit {
    height: 500px;
    overflow: hidden;
  }
}
.careers .intro {
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .careers .intro {
    margin-top: 20px;
    padding-top: 50px;
  }
}
.faq {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .faq {
    padding-bottom: 0;
  }
}
.faq h2 {
  text-align: center;
  font-size: 30px;
  margin: 60px 0 45px;
}
@media (min-width: 992px) {
  .faq h2 {
    font-size: 40px;
    margin: 100px 0 50px;
  }
}
@media (min-width: 1200px) {
  .faq h2 {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
.faq h2.first {
  margin-top: 0;
  margin-bottom: 50px;
}
.faq h2:after {
  top: 25px;
  margin: 0 auto;
}
.faq .faq-item {
  border-bottom: 1px solid #dadada;
  padding: 0 24px;
  transition: background 0.2s;
  width: 100%;
}
.faq .faq-item:hover {
  background: #f9f9f8;
  transition: background 0.2s;
}
.faq .faq-item ul {
  margin-bottom: 30px;
}
.faq .faq-item ul li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
}
.faq .faq-item ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 0;
  top: 11px;
  position: absolute;
  display: inline-block;
  background: #d1cbc0;
}
.faq .faq-item .answer {
  display: none;
}
.faq .faq-item.active {
  background: #f9f9f8;
}
.faq .faq-item.active .question h3:after {
  display: none;
}
.faq .faq-item.active .answer {
  display: block;
  font-family: Red Hat Text, sans-serif;
  padding: 5px 0 15px;
}
@media (min-width: 992px) {
  .faq .faq-item.active .answer {
    padding: 15px 0 15px 30px;
  }
}
.faq .faq-item.active .answer p {
  margin-bottom: 10px;
}
.faq .faq-item .question {
  transition: 0.2s;
}
.faq .faq-item .question:hover {
  background: #f9f9f8;
  transition: background 0.2s;
  cursor: pointer;
}
.faq .faq-item .question h3 {
  position: relative;
  padding: 25px 0 25px 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s linear 0.1s;
}
@media (min-width: 992px) {
  .faq .faq-item .question h3 {
    font-size: 26px;
    padding: 30px 0 30px 30px;
  }
}
.faq .faq-item .question h3:before {
  content: "";
  background: #e22321;
  width: 15px;
  height: 2px;
  top: 36px;
  left: 0;
  display: inline-block;
  position: absolute;
}
@media (min-width: 992px) {
  .faq .faq-item .question h3:before {
    top: 46px;
  }
}
.faq .faq-item .question h3:after {
  content: "";
  background: #e22321;
  width: 2px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 10px;
}
@media (min-width: 992px) {
  .faq .faq-item .question h3:after {
    top: 19px;
  }
}
@media (min-width: 1200px) {
  .faq .faq-item .question h3:after {
    top: 10px;
  }
}
.faq .faq-item .question h3:hover {
  transform: translateX(5px);
  transition: all 0.2s linear 0.1s;
}
@media (min-width: 992px) {
  .faq .faq-item .question h3:hover {
    transform: translateX(10px);
  }
}
.media-center .block-tablet {
  padding-left: 10px;
}
.media-center .events,
.media-center .video {
  background: #f6f5f3;
  position: relative;
}
.media-center .title-left,
.media-center .title-right {
  margin-bottom: 40px;
}
.media-center .title-left small,
.media-center .title-right small {
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #d1cbc0;
  letter-spacing: 0.5px;
  font-size: 12px;
  padding-bottom: 5px;
  display: block;
}
@media (min-width: 1200px) {
  .media-center .title-left small,
  .media-center .title-right small {
    letter-spacing: 1px;
    font-size: 15px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .media-center .title-right {
    text-align: right;
  }
  .media-center .title-right h2 {
    position: relative;
    margin-bottom: 55px;
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .media-center .title-right h2 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .media-center .title-right h2:after {
    position: absolute;
    right: 0;
    margin-right: 0;
  }
}
.media-center .video .video-cards.row {
  padding: 0;
}
@media (min-width: 992px) {
  .media-center .video .video-cards.row {
    padding: auto;
  }
}
.media-center .video .video-cards .card {
  width: 100%;
}
.media-center .app-mobile {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .media-center .app-mobile {
    padding-bottom: 0;
  }
}
.media-center .app-mobile .title-right {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.media-center .app-mobile img {
  padding: 0 25px 35px;
}
@media (min-width: 992px) {
  .media-center .app-mobile img {
    padding-right: 40px;
  }
}
.media-center .app-mobile p {
  text-align: justify;
}
.media-center .app-mobile .download-app {
  padding-top: 50px;
}
.media-center .app-mobile .download-app .row {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .media-center .app-mobile .download-app .row {
    padding: auto;
  }
}
.media-center .app-mobile .download-app .row .col-desktop-5 {
  padding-left: 0;
}
.media-center .app-mobile .download-app .quotes {
  font-family: Red Hat Text, sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.2;
  top: 30px;
  position: relative;
  display: block;
  clear: both;
  text-align: left;
}
@media (min-width: 1200px) {
  .media-center .app-mobile .download-app .quotes {
    font-size: 26px;
    line-height: 1.4;
    top: 0;
  }
}
.media-center .app-mobile .download-app .quotes:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 30px;
  background: #e22321;
}
@media (min-width: 1200px) {
  .media-center .app-mobile .download-app .quotes:after {
    bottom: -56px;
    width: 50px;
    height: 5px;
  }
}
.post-content .container .section-row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media (min-width: 480px) {
  .post-content .container .section-row {
    margin-left: auto;
    margin-right: auto;
  }
}
.post-content .sidebar {
  position: absolute !important;
}
.post-content .top-infos {
  display: block;
  width: 100%;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 992px) {
  .post-content .top-infos {
    font-size: 15px;
  }
}
.post-content .top-infos .type {
  color: #e22321;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .post-content .top-infos .type {
    padding-bottom: 15px;
  }
}
.post-content .top-infos .date {
  color: #cbcbc2;
}
.post-content .top-infos > * {
  display: inline-block;
}
.post-content h2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .post-content h2 {
    margin-bottom: 60px;
  }
}
.post-content h2:after {
  display: none;
}
.post-content .content {
  padding: 40px 0 20px;
  position: relative;
}
@media (min-width: 992px) {
  .post-content .content {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .post-content .content .row {
    padding: 0 10px;
  }
}
.post-content .content .intro {
  font-family: Red Hat Text, sans-serif;
  font-style: italic;
  font-size: 24px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .post-content .content .intro {
    font-size: 40px;
    padding-bottom: 40px;
  }
}
.post-content .content .intro p {
  line-height: 1.2;
}
.post-content .content .bottom-infos {
  display: block;
  width: 100%;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 20px;
  color: #cbcbc2;
}
@media (min-width: 992px) {
  .post-content .content .bottom-infos {
    font-size: 15px;
  }
}
.post-content .content .bottom-infos > * {
  padding-bottom: 4px;
}
.post-content .content .bottom-infos .location {
  color: #2f2f2f;
}
.post-content .content .bottom-infos:after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #e22321;
}
@media (min-width: 992px) {
  .post-content .content .bottom-infos:after {
    width: 50px;
    height: 5px;
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .post-content .content.intro p {
    margin-bottom: 20px;
  }
}
.post-content .content.intro .bottom-infos:after {
  display: none;
}
.post-content .content.intro .content-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  left: 0;
  margin-top: -15px;
  margin-bottom: 20px;
  background: #e22321;
}
@media (min-width: 992px) {
  .post-content .content.intro .content-text:before {
    width: 50px;
    height: 5px;
    left: 14px;
    margin-top: 10px;
  }
}
.post-content.parution-post .content-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  left: 0;
  margin-top: -22px;
  background: #e22321;
}
@media (min-width: 992px) {
  .post-content.parution-post .content-text:before {
    margin-top: 10px;
    width: 50px;
    height: 5px;
    left: 10px;
  }
}
.post-content .next-post {
  position: relative;
  clear: both;
  background: #f6f5f3;
}
.post-content .next-post .title h3 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .post-content .next-post .title h3 {
    font-size: 36px;
  }
}
.post-content .next-post:before {
  left: -999em;
  right: 0;
}
.post-content .next-post:after,
.post-content .next-post:before {
  content: "";
  position: absolute;
  background: #f6f5f3;
  display: block;
  width: 999em;
  top: 0;
  bottom: 0;
}
.post-content .next-post:after {
  right: -999em;
}
.section-explore {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .explore h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .explore h2:after {
    margin-top: 25px;
  }
}
.explore .section-row {
  padding: 30px 40px;
}
@media (min-width: 1200px) {
  .explore .section-row {
    padding: 50px 0;
  }
}
.explore .mapbox {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .explore .mapbox {
    margin-top: inherit;
    margin-bottom: 120px;
  }
}
.explore .mapbox iframe {
  padding: 0 30px;
  width: 100%;
  height: 650px;
}
@media (min-width: 1200px) {
  .explore .mapbox iframe {
    padding: 0 120px;
    height: 450px;
  }
}
@media (min-width: 1400px) {
  .explore .mapbox iframe {
    padding: 0 120px;
    height: 800px;
  }
}
.explore .mapbox:after {
  content: "";
  background: #f6f5f3;
  position: absolute;
  height: 100%;
  bottom: 50%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  overflow: hidden;
}
.page-404 {
  text-align: center;
}
.page-404 p a {
  color: #2f2f2f;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
}
.page-404 h2:after {
  top: 20px;
  margin: 0 auto;
}
.page-404 a.underline {
  top: 20px;
  text-decoration: inherit;
}
body {
  height: 100%;
}
.main-container-content {
  position: relative;
  height: 100%;
}
.job-content .top-infos {
  margin-bottom: 14px;
}
.job-content .top-infos .duration {
  background-color: #f6f5f3;
  padding: 7px 14px;
  margin-right: 14px;
  border-radius: 2px;
}
.job-content .content {
  padding-top: 0;
}
@media (min-width: 480px) {
  .job-content .content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .job-content .content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.job-content .content .list ul {
  margin-bottom: 20px;
}
.job-content .content .list ul li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 18px;
  line-height: 1.8;
}
.job-content .content .list ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #efeeea;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 8px;
  top: 10px;
}
.job-content .content h3 {
  display: block;
  width: 100%;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .job-content .content h3 {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.job-content .content h3:after {
  display: none;
}
.job-content .content .apply-now {
  margin-top: 20px;
}
.job-content .content .apply-now a {
  color: #2f2f2f;
  border: none;
  text-decoration: none;
  background: none;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 20px 0;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .job-content .content .apply-now a {
    font-size: 19px;
  }
}
.job-content .content .apply-now a:after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background: #cfc5c5;
  position: absolute;
  display: inline-block;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .job-content .content .apply-now a:after {
    height: 3px;
  }
}
.job-content .content .apply-now a:focus {
  outline: none;
}
.job-content .content .apply-now a:hover {
  color: #97999a;
  transition: 0.2s;
  cursor: pointer;
}
.job-content .content .apply-now a:hover:after {
  bottom: -5px;
}
.job-content .apply-form h2 {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .job-content .apply-form h2 {
    font-size: 50px;
  }
}
.job-content .apply-form h3 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .job-content .apply-form h3 {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
.job-content .apply-form h3:after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 20px;
  margin-right: 25px;
  background: #e22321;
}
@media (min-width: 992px) {
  .job-content .apply-form h3:after {
    width: 40px;
    height: 5px;
  }
}
section.fleet .row {
  padding: 15px 0;
}
section.fleet .underline {
  margin-right: 20px;
}
.how-it-works .video-wrapper,
.safety .video-wrapper,
.section-fleet .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.how-it-works .video-wrapper iframe,
.safety .video-wrapper iframe,
.section-fleet .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-card {
  min-height: 360px;
}
.swiper-card .swiper-container {
  width: 100%;
}
.swiper-card .swiper-container .swiper-wrapper {
  height: inherit;
}
.swiper-card .swiper-container .swiper-nav-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
  height: 35px;
  z-index: 1;
}
.swiper-card .swiper-container .swiper-nav-btn:focus {
  background: transparent;
}
.swiper-card .swiper-container .swiper-nav-btn:hover {
  cursor: pointer;
}
.swiper-card .swiper-container .swiper-nav-btn.hidden--mobile,
.swiper-card .swiper-container .swiper-nav-btn .hidden--mobile {
  display: none;
}
@media (min-width: 768px) {
  .swiper-card .swiper-container .swiper-nav-btn.hidden--mobile,
  .swiper-card .swiper-container .swiper-nav-btn .hidden--mobile {
    display: block;
  }
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-prev-btn {
  font-size: 1rem;
  padding-right: 20px;
  padding-left: 70px;
  position: relative;
  transition: all 0.1s linear 0.1s;
}
@media (min-width: 1200px) {
  .swiper-card .swiper-container .swiper-nav-btn .swiper-prev-btn {
    font-size: 18px;
  }
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-prev-btn:before {
  content: "";
  width: 42px;
  height: 42px;
  background: #e3e3df;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-prev-btn:after {
  content: "";
  background: url("../assets/img/icon/arrow-white.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
  left: 11px;
  top: 7px;
  position: absolute;
  display: inline-block;
  transform: rotate(90deg);
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-prev-btn:hover {
  color: #e22321;
  transition: all 0.1s linear 0.1s;
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-prev-btn:hover:before {
  background: #d2d2ce;
  transition: all 0.1s linear 0.1s;
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-next-btn {
  font-size: 1rem;
  padding-right: 70px;
  padding-left: 30px;
  position: relative;
  transition: all 0.1s linear 0.1s;
}
@media (min-width: 1200px) {
  .swiper-card .swiper-container .swiper-nav-btn .swiper-next-btn {
    font-size: 18px;
  }
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-next-btn:before {
  content: "";
  width: 42px;
  height: 42px;
  background: #e3e3df;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  right: 0;
  display: inline-block;
  transition: all 0.1s linear 0.1s;
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-next-btn:after {
  content: "";
  background: url("../assets/img/icon/arrow-white.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
  right: 11px;
  top: 5px;
  position: absolute;
  display: inline-block;
  transform: rotate(-90deg);
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-next-btn:hover {
  color: #e22321;
  transition: all 0.1s linear 0.1s;
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-next-btn:hover:before {
  background: #d2d2ce;
  transition: all 0.1s linear 0.1s;
}
.swiper-card .swiper-container .swiper-nav-btn .swiper-button-disabled {
  opacity: 0.4;
}
.swiper-card .swiper-container .swiper-nav-btn > * {
  display: inline-block;
}
.card {
  margin-bottom: 60px;
}
.card a {
  text-decoration: none;
}
.card .infos-top {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .card .infos-top {
    padding-top: 20px;
  }
}
.card .infos-top > * {
  display: inline-block;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: #cbcbc2;
}
@media (min-width: 1200px) {
  .card .infos-top > * {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.card .infos-top .location {
  color: #e22321;
}
.card h3 {
  color: #2f2f2f;
  font-family: Red Hat Text, sans-serif;
  font-style: italic;
  font-size: 19px;
  padding-top: 2px;
  transition: 0.2s;
}
@media (min-width: 1200px) {
  .card h3 {
    font-size: 24px;
    padding-top: 7px;
  }
}
.card h3:after {
  display: none;
}
.card .img {
  overflow: hidden;
}
.card .img img {
  overflow: hidden;
  transition: 0.6s;
  transform: scale(1);
}
.card:hover .img img {
  overflow: hidden;
  transition: 0.6s;
  transform: scale(1.05);
}
.card:hover h3 {
  transition: 0.2s;
  color: #e22321;
}
.card.card-careers {
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .card.card-careers {
    margin-bottom: 20px;
  }
}
.card.card-careers a {
  display: flex;
  flex-direction: column;
  background: #ededec;
  padding: 30px 24px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .card.card-careers a {
    padding: 44px 36px;
    justify-content: space-between;
    flex-direction: row;
  }
}
.card.card-careers a .title-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  overflow: hidden;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .card.card-careers a .title-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.card.card-careers a .title-wrapper .duration {
  background-color: #f6f5f3;
  color: #2f2f2f;
  padding: 7px 14px;
  margin-right: 25px;
  border-radius: 2px;
  display: inline-block;
  white-space: nowrap;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .card.card-careers a .title-wrapper .duration {
    margin-bottom: 0;
  }
}
.card.card-careers a .title-wrapper h3 {
  font-size: 22px;
  font-family: Red Hat Text, sans-serif;
  position: relative;
  width: 100%;
  top: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .card.card-careers a .title-wrapper h3 {
    font-size: 26px;
  }
}
.card.card-careers a .city-wrapper {
  display: flex;
  align-items: center;
  margin-top: 15px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .card.card-careers a .city-wrapper {
    margin-top: 0;
  }
}
.card.card-careers a .city-wrapper .city-name {
  color: #757575;
  font-size: 16px;
  margin-right: 30px;
}
.card.card-careers a .city-wrapper .icon-arrow {
  display: none;
}
@media (min-width: 992px) {
  .card.card-careers a .city-wrapper .icon-arrow {
    position: relative;
    display: block;
  }
}
.card.card-careers a .city-wrapper .icon-arrow:after {
  content: "";
  background: url("../assets/img/icon/arrow-red.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 9px;
  left: -10px;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
}
.card.card-careers:hover a {
  background: #e6e6e6;
}
.card.card-careers:hover h3 {
  top: -18px;
}
.card.card-careers:hover .icon-arrow:after {
  left: 0 !important;
}
.video-cards .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-cards .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brochures-cards .card img {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .brochures-cards .card img {
    padding: 0 30px;
  }
}
.brochures-cards .card .btn-wrapper {
  text-align: center;
}
.brochures-cards .card .btn-wrapper .btn {
  padding: 5px 20px;
  margin-top: 0;
}
.brochures-cards .card .btn-wrapper .btn:before {
  display: none;
}
.brochures-cards .card .btn-wrapper .btn a {
  font-size: 21px;
  font-family: Red Hat Text, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  color: #2f2f2f;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .brochures-cards .card .btn-wrapper .btn a {
    font-size: 26px;
  }
}
.brochures-cards .card .btn-wrapper .btn a:hover {
  color: #e22321;
  transition: 0.2s;
}
.gallery-post .intro {
  position: relative;
}
@media (min-width: 992px) {
  .gallery-post .intro {
    margin-left: 25%;
  }
}
.gallery-post .intro:before {
  position: absolute;
  display: block;
  width: 50px;
  height: 5px;
  top: 10px;
  background: #e22321;
}
@media (min-width: 992px) {
  .gallery-post .intro:before {
    content: "";
    left: -190px;
  }
}
@media (min-width: 1200px) {
  .gallery-post .intro:before {
    left: -224px;
  }
}
.gallery-wrapper {
  margin: 50px 0;
  float: left;
}
.gallery-wrapper .gallery {
  display: inherit;
  float: left;
  transition: opacity 0.2s ease-in-out;
  display: inherit !important;
}
.gallery-wrapper .gallery a {
  display: block;
}
.gallery-wrapper .gallery a img {
  opacity: 0;
  width: 100%;
  height: auto;
}
.gallery-wrapper .gallery a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.gallery-wrapper .gallery.loaded img {
  opacity: 1;
}
.fancybox-bg {
  background: #fff;
  opacity: 1 !important;
}
.fancybox-navigation button:after,
.fancybox-toolbar button:after {
  display: none;
}
.fancybox-navigation button svg,
.fancybox-toolbar button svg {
  width: 30px;
  color: #fff;
  top: 5px;
}
.fancybox-navigation button:before,
.fancybox-toolbar button:before {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: 0.2s;
  background: #e3e3e0;
}
.fancybox-navigation button:hover:before,
.fancybox-toolbar button:hover:before {
  background: #b8b9ae;
}
.fancybox-navigation button.fancybox-button--arrow_right svg,
.fancybox-toolbar button.fancybox-button--arrow_right svg {
  left: -5px;
}
.fancybox-navigation button.fancybox-button--arrow_left,
.fancybox-toolbar button.fancybox-button--arrow_left {
  margin-left: 10px;
}
.fancybox-navigation button.fancybox-button--arrow_left svg,
.fancybox-toolbar button.fancybox-button--arrow_left svg {
  left: -5px;
}
.fancybox-navigation button.fancybox-button--close,
.fancybox-toolbar button.fancybox-button--close {
  background: #e3e3e0;
  transition: 0.2s;
}
.fancybox-navigation button.fancybox-button--close:hover,
.fancybox-toolbar button.fancybox-button--close:hover {
  background: #b8b9ae;
}
.fancybox-navigation button.fancybox-button--close svg,
.fancybox-toolbar button.fancybox-button--close svg {
  top: -3px;
  right: 2px;
}
header {
  position: fixed;
  background: #fff;
  pointer-events: none;
  height: 60px;
  width: 100%;
  z-index: 9999;
  transition: background 0.6s;
}
@media (min-width: 992px) {
  header {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  header {
    background: transparent;
    height: 70px;
  }
}
.hamburger-eaten header {
  background: transparent;
  transition: none;
  position: absolute;
}
@media (min-width: 992px) {
  .hamburger-eaten header {
    background: transparent;
  }
}
header .logo {
  position: absolute;
  margin-top: 15px;
  right: 20px;
}
@media (min-width: 992px) {
  header .logo {
    margin-top: 20px;
    margin-left: -50px;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  header .logo {
    margin-top: 20px;
    margin-left: -50px;
  }
}
header .logo img {
  width: 150px;
  height: auto;
}
@media (min-width: 992px) {
  header .logo img {
    width: 200px;
    height: 100%;
  }
}
header .language-switcher {
  float: right;
  margin-right: 50px;
  margin-top: 25px;
}
header .logo {
  opacity: 1;
  transition: opacity 0.4s;
  pointer-events: all;
  position: fixed;
  left: 50%;
  margin-left: -75px;
}
@media (min-width: 1200px) {
  .header-scroll header .logo {
    opacity: 0;
    transition: opacity 0s;
    margin-left: -100px;
  }
}
.header-scrollr header .logo {
  opacity: 1;
  transition: opacity 0.8s;
}
@media (min-width: 1200px) {
  .header-scrollr header .logo {
    opacity: 0;
  }
}
.menu {
  position: fixed;
  visibility: hidden;
  min-height: 100vh;
  overflow: hidden;
  padding: 100px 0;
  background: #fff;
  align-items: center;
  display: inherit;
  z-index: 999;
}
@media (min-width: 992px) {
  .menu {
    display: flex;
  }
}
.menu .container {
  z-index: auto;
}
.menu:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #444444;
  z-index: -1;
  transition: 0.3s;
}
.hamburger-eaten .menu {
  position: relative;
  visibility: visible;
  height: 100%;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .hamburger-eaten .menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hamburger-eaten .logo {
  visibility: hidden;
}
.hamburger-eaten .right-logo {
  visibility: visible;
  position: absolute;
  right: 50px;
  top: 20px;
}
.right-logo {
  visibility: hidden;
}

.submenu-hover .menu:after {
  width: 43%;
  transition: 0.2s;
}
.menu .container {
  opacity: 0;
}
.menu .main-menu {
  position: relative;
  z-index: 1001;
}
.menu .main-menu ul li {
  display: table;
  opacity: 0;
  padding: 0 0 30px;
  font-size: 36px;
  transform: translateY(20px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.menu .main-menu ul li a {
  color: #ededed;
  text-decoration: none;
}
@media (min-width: 992px) {
  .menu .main-menu ul li {
    padding: 0 0 25px;
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .menu .main-menu ul li {
    padding: 0 0 45px;
    font-size: 40px;
  }
}
.menu .main-menu ul li .submenu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.menu .main-menu ul ul li {
  line-height: 0.75;
  padding: 0 0 30px;
}
@media (min-width: 1200px) {
  .menu .main-menu ul ul li {
    padding: 0 0 50px;
  }
}
.menu .main-menu ul .hover {
  transform: none !important;
  transition: none !important;
}
.menu .main-menu ul .hover > a:after {
  content: "";
  background: #da0037;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -10px;
  position: absolute;
  transition: 0.3s;
}
.menu .main-menu ul .hover .submenu {
  opacity: 1;
  left: 63%;
  top: -20px;
  position: absolute;
  z-index: 10;
  width: 34%;
  visibility: hidden;
}
@media (min-width: 992px) {
  .menu .main-menu ul .hover .submenu {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .menu .main-menu ul .hover .submenu {
    top: -30px;
    left: 61%;
    width: 44%;
  }
}
@media (min-width: 1660px) {
  .menu .main-menu ul .hover .submenu {
    left: 68%;
  }
}
.menu .main-menu ul .hover .submenu li {
  opacity: 1;
}
.menu .main-menu ul .hover .submenu li a {
  font-family: Red Hat Text, sans-serif;
  color: #444444;
  font-size: 22px;
}
@media (min-width: 1200px) {
  .menu .main-menu ul .hover .submenu li a {
    font-size: 28px;
  }
}
.menu .main-menu ul .hover .submenu li:hover a {
  color: #3d3f42;
  transition: 0.2s;
}
.menu .main-menu ul .hover .submenu li:hover a:after {
  display: none;
}
.menu .footermenu {
  margin-top: 40px;
  position: relative;
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.menu .footermenu .footermenu-bottom {
  display: block;
}
.menu .footermenu ul {
  display: inline-block;
}
@media (min-width: 992px) {
  .menu .footermenu ul {
    margin-right: 50px;
  }
}
.menu .footermenu ul:last-child {
  margin-right: 0;
}
.menu .footermenu ul li {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .menu .footermenu ul li {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
.menu .footermenu ul li:last-child {
  padding-right: 0;
}
.menu .footermenu ul li a {
  font-size: 12px;
  color: #ededed;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  letter-spacing: 0.3px;
}
@media (min-width: 992px) {
  .menu .footermenu ul li a {
    letter-spacing: 1.2px;
    font-size: 14px;
  }
}
.menu .footermenu ul li a:hover {
  color: #2f2f2f;
  transition: 0.2s;
}
.menu .footermenu ul li.active a {
  color: #e22321;
}
.menu .footermenu ul.socials {
  margin-top: 30px;
  display: inline-block;
  margin-right: 30px;
}
.menu .footermenu ul.socials li {
  padding-right: 20px;
}
.menu .footermenu ul.socials li.facebook {
  padding-right: 24px;
}
footer {
  padding: 100px 0;
  display: none;
}
@media (min-width: 992px) {
  footer {
    display: block;
  }
}
footer .main-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .main-menu li a {
  font-family: Red Hat Text, sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #2f2f2f;
  transition: 0.2s;
}
.de footer .main-menu li a {
  font-size: 28px;
}
.it footer .main-menu li a {
  font-size: 30px;
}
footer .main-menu li a:hover {
  color: #e22321;
  transition: 0.2s;
}
footer .main-menu li.active > a {
  color: #e22321;
}
footer .bottom-menu {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}
footer .bottom-menu .second-menu li,
footer .bottom-menu > * {
  display: inline-block;
}
footer .bottom-menu .second-menu li a {
  text-transform: uppercase;
  font-family: Red Hat Text, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 30px;
  color: #535556;
  transition: 0.2s;
}
@media (min-width: 1400px) {
  footer .bottom-menu .second-menu li a {
    margin-right: 50px;
  }
}
.it footer .bottom-menu .second-menu li a {
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 26px;
}
footer .bottom-menu .second-menu li a:hover {
  color: #2f2f2f;
  transition: 0.2s;
}
footer .bottom-menu .second-menu li:last-child a {
  margin-right: 0;
}
footer .bottom-menu .second-menu li.active a {
  color: #e22321;
}
footer .bottom-menu .socials li {
  display: inline-block;
}
footer .bottom-menu .socials li a {
  display: inline-block;
  color: #6a6c6d;
  margin-right: 20px;
}
footer .bottom-menu .socials li:last-child a {
  margin-right: 0;
}
footer .bottom-menu .socials li.facebook {
  padding-right: 5px;
}
footer .bottom-menu .language-switcher-wrapper {
  display: inline-block;
  position: relative;
}
footer .bottom-menu .language-switcher-wrapper ul li.active {
  position: relative;
  top: -2px;
}
footer .bottom-menu .language-switcher-wrapper ul li.active:after {
  content: "";
  background: url("../assets/img/icon/arrow-red.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 6px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 1px;
  opacity: 0.8;
}
footer .bottom-menu .language-switcher-wrapper ul li a {
  letter-spacing: 1.2px;
  font-family: Red Hat Text, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: inherit;
  color: #9e9c8c;
}
footer .bottom-menu .language-switcher-wrapper ul li ul {
  display: none;
}
footer .bottom-menu .language-switcher-wrapper ul li:hover ul {
  position: absolute;
  display: block;
  margin-top: 1px;
}
footer .bottom-menu .language-switcher-wrapper ul li:hover ul li {
  margin-top: 2px;
}
footer .bottom-menu .language-switcher-wrapper ul li:hover ul li a {
  color: #3d3f42;
}
.hamburger-eaten {
  height: auto;
}
.hamburger-eaten body:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 998;
  transition: opacity 0.3s;
}
.hamburger-eaten .menu .container {
  opacity: 1;
}
.hamburger-eaten .main-content {
  display: none;
}
.hamburger-eaten .main-menu > ul > li:first-child {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.hamburger-eaten .main-menu > ul > li:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.hamburger-eaten .main-menu > ul > li:nth-child(3) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.hamburger-eaten .main-menu > ul > li:nth-child(4) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.hamburger-eaten .main-menu > ul > li:nth-child(5) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.hamburger-eaten .main-menu > ul > li:nth-child(6) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.6s;
}
.hamburger-eaten .main-menu > ul > li a {
  font-family: MontserratRegular;
  position: relative;
}
.hamburger-eaten .main-menu > ul > li a:after {
  content: "";
  width: 0;
  transition: 0.3s;
}
.hamburger-eaten .main-menu > ul > li a:hover:after {
  content: "";
  background: red;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -10px;
  position: absolute;
  transition: 0.3s;
}
.hamburger-eaten .footermenu {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.hamburger-eaten footer {
  display: none;
}
.hamburger-eaten .container {
  transform: none !important;
}
.hamburger-eaten .menu:before {
  width: 100%;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .hamburger-eaten .menu:before {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .hamburger-eaten .menu:before {
    width: 80%;
  }
}
.hamburger-eaten.submenu-hover .menu:before {
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .hamburger-eaten.submenu-hover .menu:before {
    width: 58%;
  }
}
@media (min-width: 1200px) {
  .hamburger-eaten.submenu-hover .menu:before {
    width: 55%;
  }
}
@media (min-width: 1660px) {
  .hamburger-eaten.submenu-hover .menu:before {
    width: 56%;
  }
}
.contact-us-burger {
  right: 50px;
  top: 20px;
  position: absolute;
  pointer-events: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
@media (min-width: 768px) {
  .contact-us-burger {
    display: block;
  }
}
@media (min-width: 992px) {
  .contact-us-burger {
    top: 20px;
    right: 50px;
  }
}
.hamburger-eaten .contact-us-burger,
.section-contact-us .contact-us-burger {
  display: none;
}
.contact-us-burger:after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 5px;
  top: 4px;
  margin-right: 15px;
  background: #e22321;
}
#hamburger {
  display: block;
  position: absolute;
  left: 30px;
  top: 18px;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  background-color: transparent;
  z-index: 1000;
  pointer-events: all;
}
@media (min-width: 992px) {
  #hamburger {
    top: 27px;
  }
}
@media (min-width: 1200px) {
  #hamburger {
    left: 50px;
    top: 20px;
  }
}
#hamburger:focus {
  outline: none;
}
#hamburger span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #000;
}
.hamburger-eaten #hamburger span {
  background: hsla(0, 0%, 100%, 0);
  transition: background 0s 0.1s;
}
.hamburger-renew #hamburger span {
  transition: background 0s 0.1s;
}
#hamburger span:after,
#hamburger span:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #000;
  content: "";
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.hamburger-eaten #hamburger span:after,
.hamburger-eaten #hamburger span:before {
  background-color: #000;
  transition-delay: 0s, 0.2s;
}
#hamburger span:before {
  top: -11px;
  transition-property: top, transform;
}
.hamburger-eaten #hamburger span:before {
  top: 0;
  transform: rotate(45deg);
}
#hamburger span:after {
  bottom: -11px;
  transition-property: bottom, transform;
}
.hamburger-eaten #hamburger span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.lang {
  display: inline-block;
  position: relative;
  top: -1px;
}
.lang button {
  margin: 0;
  color: #535556;
  font-size: 15px;
}
.lang button:after {
  content: "";
  background: url("../assets/img/icon/arrow-red-bigger.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 7px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: -1px;
  opacity: 0.8;
}
.lang .dropdown-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  padding-top: 5px;
}
.lang .dropdown-content a {
  display: block;
  padding-top: 3px;
}
.lang:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
}
.language-switcher-home {
  position: absolute;
  left: 35px;
  bottom: 34px;
}
@media (min-width: 992px) {
  .language-switcher-home {
    right: 50px;
    bottom: 40px;
    left: inherit;
  }
}
.language-switcher-home li {
  display: inline-block;
  margin-right: 4px;
}
.language-switcher-home li:last-child {
  margin-right: 0;
}
.language-switcher-home li a {
  font-size: 15px;
  font-family: LeMondeLivre, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
}
.language-switcher-home li a.active {
  font-family: LeMondeLivre, sans-serif;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
@media (min-width: 992px) {
  .language-switcher-home li a.active {
    color: #2f2f2f;
  }
}
@media (min-width: 992px) {
  .language-switcher-home li a {
    color: #c1beb0;
    opacity: 1;
  }
}
.mapbox h2,
.title {
  font-family: MontserratRegular, sans-serif;
  font-weight: 500;
}
